[poppler-sharp] Importing first

Ismael Olea olea at fedoraproject.org
Wed Jul 11 08:38:50 UTC 2012


commit e9782daa4c40d2974b98ee6ebacdd9d0a0bf7d14
Author: Ismael Olea <ismael at olea.org>
Date:   Wed Jul 11 10:38:10 2012 +0200

    Importing first

 .gitignore         |    1 +
 poppler-sharp.spec |   80 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 82 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..71c727a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/poppler-sharp-0.0.3.tar.gz
diff --git a/poppler-sharp.spec b/poppler-sharp.spec
new file mode 100644
index 0000000..ded43c4
--- /dev/null
+++ b/poppler-sharp.spec
@@ -0,0 +1,80 @@
+%global debug_package %{nil} 
+Name:		poppler-sharp
+Version:	0.0.3
+Release:	2%{?dist}
+Summary:	C sharp Bindings for Poppler
+Summary(es):	Enlaces C# para Poppler
+Group:		Development/Libraries
+License:	GPLv2+
+URL:		http://www.github.com/jacintos/poppler-sharp
+Source0:	http://github.com/downloads/jacintos/%{name}/%{name}-%{version}.tar.gz
+BuildArch:	noarch
+BuildRequires:	mono-devel
+BuildRequires:	gtk-sharp2-gapi
+BuildRequires:	gtk-sharp2-devel
+BuildRequires:	poppler-glib-devel
+
+Requires:	poppler
+
+%description
+Generates managed bindings for Poppler using the GAPI tools
+
+%description -l es
+Genera los vĂ­nculos administrados usando las herramientas GAPI
+
+%package devel
+Summary:	Development files for %{name}
+Summary(es):	Archivos de desarrollo para %{name}
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	pkgconfig
+
+%description devel
+Development package for %{name}
+
+%description devel -l es
+Paquete de desarrollo para %{name}
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING
+%{_libdir}/%{name}/%{name}.dll*
+
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/%{name}.pc
+
+%changelog
+* Sun Jul 8 2012 Ismael Olea <ismael at olea.org> 0.0.3-2
+- spec tuning
+
+* Thu Jun 21 2012 Ismael Olea <ismael at olea.org> 0.0.3-1
+- update to 0.0.3
+
+* Mon Aug 29 2011 Claudio Rodrigo Pereyra Diaz <claudiorodrigo at pereyradiaz.com.ar> 0.0.2-2
+- Fix libpoppler-glib missing
+
+* Fri Aug 26 2011 Claudio Rodrigo Pereyra Diaz <claudiorodrigo at pereyradiaz.com.ar> 0.0.2-1
+- Update to upstream version
+
+* Thu Mar 22 2011 Claudio Rodrigo Pereyra Diaz <claudiorodrigo at pereyradiaz.com.ar> 0.0.1-3
+- Translate spec summary and description to spanish
+- Add poppler-glib-devel dependency
+
+* Wed Oct 04 2010 Claudio Rodrigo Pereyra Diaz <claudiorodrigo at pereyradiaz.com.ar> 0.0.1-2
+- Patch .pc package for work correctly on x86_64
+- Correct license according to http://github.com/jacintos/poppler-sharp
+
+* Wed Jul 07 2010 Claudio Rodrigo Pereyra Diaz <claudiorodrigo at pereyradiaz.com.ar> 0.0.1-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..ff1423f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9baa914b36e3275f2821bfbc571a221f  poppler-sharp-0.0.3.tar.gz


More information about the scm-commits mailing list