SPECS: osb-nrcit.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Sun Oct 30 02:19:39 CET 2005
Author: aredridel Date: Sun Oct 30 01:19:39 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
osb-nrcit.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/osb-nrcit.spec
diff -u /dev/null SPECS/osb-nrcit.spec:1.1
--- /dev/null Sun Oct 30 02:19:39 2005
+++ SPECS/osb-nrcit.spec Sun Oct 30 02:19:34 2005
@@ -0,0 +1,88 @@
+# $Revision$, $Date$
+#
+Summary: GTK-Webcore Core library
+Name: osb-nrcit
+Version: 0.5.0
+Release: 0.1
+License: GPL?
+Group: Development/Libraries
+Source0: http://dl.sourceforge.net/gtk-webcore/%{name}-%{version}.tar.gz
+# Source0-md5: b02f4a0dcaac722ad7cdc112db964df4
+Patch0: %{name}-const.patch
+URL: http://gtk-webcore.sourceforge.net/
+BuildRequires: osb-jscore-devel
+BuildRequires: osb-nrcore-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GTK Webcore Core library
+
+%package devel
+Summary: Development libraries and header files for osb-nrcit library
+Group: Development/Libraries
+#Requires: %{name} = %{version}-%{release}
+
+%description devel
+This is the package containing the development libraries and header
+files for osb-nrcit.
+
+%package static
+Summary: Static osb-nrcit library
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static osb-nrcit library.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%%{__gettextize}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
+#cp -f /usr/share/automake/config.sub .
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_libdir}/libnrcit.so.0.0.0
+
+%files devel
+%{_includedir}/osb/*.h
+%{_libdir}/libnrcit.la
+%{_libdir}/libnrcit.so
+%{_libdir}/pkgconfig/osb-nrcit.pc
+
+%files static
+%{_libdir}/libnrcit.a
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/10/30 01:19:34 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list