diff --git a/.cvsignore b/.cvsignore index e69de29..20f906e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +dynamite-0.1.tar.gz diff --git a/dynamite.spec b/dynamite.spec new file mode 100644 index 0000000..3d6dd97 --- /dev/null +++ b/dynamite.spec @@ -0,0 +1,60 @@ +Name: dynamite +Version: 0.1 +Release: 1 +Summary: Extract data compressed with PKWARE Data Compression Library + +Group: Applications/Communications +License: MIT +URL: http://synce.sourceforge.net/ +Source0: http://dl.sf.net/synce/dynamite-0.1.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +%{summary} + +%package devel +Group: Development/Libraries +Summary: Files needed for software development with %{name} +Requires: %{name} = %{version} + +%description devel +The %{name}-devel package contains the files needed for development with +%{name} + +%prep +%setup -q + +%build +%configure --disable-static --disable-rpath +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +rm -f $RPM_BUILD_ROOT%{_libdir}/libdynamite.la + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root,-) +%doc LICENSE +%{_libdir}/libdynamite.so.* +#this is broken +%exclude %{_bindir}/dynamite + +%files devel +%defattr(-,root,root,-) +%{_libdir}/libdynamite.so +%{_includedir}/libdynamite.h +%{_datadir}/aclocal/dynamite.m4 + +%changelog +* Tue Aug 23 2005 Andreas Bierfert +0.1-1 +- Initial Release diff --git a/sources b/sources index e69de29..369ee3c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +5e99d9172f60b8084cc6f6ba1a8c8261 dynamite-0.1.tar.gz