]> git.pld-linux.org Git - packages/libotr.git/commitdiff
- initial
authorshadzik <shadzik@pld-linux.org>
Sun, 30 Mar 2008 04:57:56 +0000 (04:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libotr.spec -> 1.1

libotr.spec [new file with mode: 0644]

diff --git a/libotr.spec b/libotr.spec
new file mode 100644 (file)
index 0000000..56c527c
--- /dev/null
@@ -0,0 +1,92 @@
+Summary:       Off-the-Record Messaging Library
+#Summary(pl.UTF-8):
+Name:          libotr
+Version:       3.1.0
+Release:       1
+License:       LGPL v2.1
+Group:         Libraries
+Source0:       http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz
+# Source0-md5: 6266a2966cc9e00822add3175b0b77cf
+URL:           http://www.cypherpunks.ca/otr/
+#BuildRequires:        -
+#Requires:     -
+#Requires(pre,post):   -
+#Requires(preun):      -
+#Requires(postun):     -
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is the portable OTR Messaging Library, as well as the toolkit to help you forge messages.
+
+#%description -l pl.UTF-8
+
+%package devel
+Summary:       Header files for OTR library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki OTR
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for OTR library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki OTR.
+
+%package static
+Summary:       Static OTR library
+Summary(pl.UTF-8):     Statyczna biblioteka OTR
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static OTR library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka OTR.
+
+%prep
+%setup -q
+
+%build
+# if ac/am/lt/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%{__libtoolize}
+#%{__aclocal}
+#%{__autoconf}
+#%{__autoheader}
+#%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $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
+%attr(755,root,root) %{_bindir}/otr_*
+%attr(755,root,root) %{_libdir}/libotr.so.2.1.0
+%attr(755,root,root) %ghost %{_libdir}/libotr.so.2
+%{_mandir}/man1/otr_*.1*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libotr.so
+%{_libdir}/libotr.la
+%{_includedir}/libotr
+%{_aclocaldir}/libotr.m4
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libotr.a
This page took 0.163757 seconds and 4 git commands to generate.