summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/libgpg-error-1.9/libgpg-error.spec
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-06-19 22:15:58 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-06-19 22:15:58 +0000
commit77d2929512ff62e421e9bfee659cc86973fc7df7 (patch)
treeeaeaee2b6f7ef7498cc5aa12b340b11cb125638b /plugins/MirOTR/libgpg-error-1.9/libgpg-error.spec
parent665935b0f99a4b9585f9afe9c9730931a3c94f85 (diff)
files structure reorganization
git-svn-id: http://svn.miranda-ng.org/main/trunk@492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/libgpg-error-1.9/libgpg-error.spec')
-rw-r--r--plugins/MirOTR/libgpg-error-1.9/libgpg-error.spec57
1 files changed, 0 insertions, 57 deletions
diff --git a/plugins/MirOTR/libgpg-error-1.9/libgpg-error.spec b/plugins/MirOTR/libgpg-error-1.9/libgpg-error.spec
deleted file mode 100644
index a44103fbb5..0000000000
--- a/plugins/MirOTR/libgpg-error-1.9/libgpg-error.spec
+++ /dev/null
@@ -1,57 +0,0 @@
-# This is a template. The dist target uses it to create the real file.
-Summary: libgpg-error
-Name: libgpg-error
-Version: 1.9
-Release: 1
-URL: ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/
-Source: ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/%{name}-%{version}.tar.gz
-Group: Development/Libraries
-Copyright: LGPL
-BuildRoot: %{_tmppath}/%{name}-%{version}
-BuildRequires: make
-Prereq: /sbin/ldconfig
-
-%description
-This is a library that defines common error values for all GnuPG
-components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
-pinentry, SmartCard Daemon and possibly more in the future.
-
-%prep
-%setup -q
-
-%build
-CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
-./configure --prefix=/usr
-make
-
-%install
-rm -fr $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT
-make install prefix=$RPM_BUILD_ROOT/usr
-
-%clean
-rm -fr $RPM_BUILD_ROOT
-make distclean
-
-%post
-/sbin/ldconfig
-
-%postun
-/sbin/ldconfig
-
-%files
-%defattr(-,root,root)
-%doc COPYING COPYING.LIB AUTHORS README INSTALL NEWS ChangeLog
-%attr(0755,root,root) %{_bindir}/gpg-error-config
-%attr(0755,root,root) %{_bindir}/gpg-error
-%attr(0755,root,root) %{_libdir}/*gpg-error.so*
-%attr(0755,root,root) %{_libdir}/*gpg-error.la
-%attr(0644,root,root) %{_libdir}/*gpg-error.a
-%{_includedir}/gpg-error.h
-%{_datadir}/aclocal/gpg-error.m4
-
-%changelog
-* Wed Sep 3 2003 Robert Schiele <rschiele@uni-mannheim.de>
-- initial specfile.
-
-# EOF