SPECS: synce-orange.spec (NEW) - new in PLD
prism
prism at pld-linux.org
Sun Oct 30 01:13:34 CEST 2005
Author: prism Date: Sat Oct 29 23:13:34 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new in PLD
---- Files affected:
SPECS:
synce-orange.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/synce-orange.spec
diff -u /dev/null SPECS/synce-orange.spec:1.1
--- /dev/null Sun Oct 30 01:13:34 2005
+++ SPECS/synce-orange.spec Sun Oct 30 01:13:28 2005
@@ -0,0 +1,122 @@
+# $Revision$, $Date$
+
+%define _realname orange
+
+Summary: SynCE Orange - a tool capable to get installable MS Cabinet Files from installers
+Summary(pl): SynCE Orange - narzędzie zdolne do wydobycia plików MS Cabinet z instalatorów
+Name: synce-%{_realname}
+Version: 0.3
+Release: 1
+License: MIT
+Group: Applications
+Source0: http://dl.sourceforge.net/synce/%{_realname}-%{version}.tar.gz
+# Source0-md5: 90f6e822bb81af886dce5bdecd227655
+URL: http://synce.sourceforge.net/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1.4
+BuildRequires: libtool
+BuildRequires: rpmbuild(macros) >= 1.213
+BuildRequires: synce-libsynce-devel
+BuildRequires: synce-dynamite-libs-devel
+BuildRequires: synce-unshield-libs-devel
+Requires: %{name}-libs = %{version}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Orange is a tool for squeezing out juicy installable Microsoft Cabinet
+Files from self-extracting installers for Microsoft Windows and some
+other installer file formats.
+
+%description -l pl
+Orange jest narzędziem umożliwiającym wydobycie z samorozpakowujących
+się instalatorów przeznaczonych dla Microsoft Windows plików Microsoft
+Cabinet.
+
+%package libs
+Summary: The Orange library
+Summary(pl): Biblioteka Orange
+Group: Development/Libraries
+
+%description libs
+The Orange library.
+
+%description libs -l pl
+Biblioteka Orange.
+
+%package libs-devel
+Summary: Header files for the Orange library
+Summary(pl): Pliki nagłówkowe biblioteki Orange
+Group: Development/Libraries
+Requires: %{name}-libs = %{version}-%{release}
+
+%description libs-devel
+Header files for the Orange library.
+
+%description libs-devel -l pl
+Pliki nagłówkowe biblioteki Orange.
+
+%package libs-static
+Summary: Static Orange library
+Summary(pl): Statyczna biblioteka Orange
+Group: Development/Libraries
+Requires: %{name}-libs = %{version}-%{release}
+
+%description libs-static
+Static Orange library.
+
+%description libs-static -l pl
+Statyczna biblioteka Orange.
+
+%prep
+%setup -q -n %{_realname}-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE
+%attr(755,root,root) %{_bindir}/*
+
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/liborange.so.*.*.*
+
+%files libs-devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/liborange.so
+%{_libdir}/liborange.la
+%{_includedir}/liborange.h
+
+%files libs-static
+%defattr(644,root,root,755)
+%{_libdir}/liborange.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/29 23:13:28 prism
+- new in PLD
+
================================================================
More information about the pld-cvs-commit
mailing list