[qtweetlib] import

Rex Dieter rdieter at fedoraproject.org
Fri Jan 6 20:54:15 UTC 2012


commit b4e214a13a93aa72e4475b03f282b73c1e58c843
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Fri Jan 6 14:54:03 2012 -0600

    import

 .gitignore     |    1 +
 qtweetlib.spec |   70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 72 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..4a5ae83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/QTweetLib-0.3.0.tar.gz
diff --git a/qtweetlib.spec b/qtweetlib.spec
new file mode 100644
index 0000000..3ee9a49
--- /dev/null
+++ b/qtweetlib.spec
@@ -0,0 +1,70 @@
+ 
+%define git f0442f6
+
+Name:    qtweetlib
+Summary: Qt-based Twitter library
+Version: 0.3.0
+Release: 1%{?dist}
+ 
+License: GPLv2+
+Url:     https://github.com/minimoog/QTweetLib/
+Source0: https://github.com/downloads/minimoog/QTweetLib/QTweetLib-%{version}.tar.gz
+
+BuildRequires: cmake
+BuildRequires: pkgconfig(QJson) 
+BuildRequires: pkgconfig(QtGui) pkgconfig(QtNetwork) 
+
+%description
+%{summary}.
+ 
+%package devel
+Summary: Development files for %{name}
+Requires: %{name}%{?_isa} = %{version}-%{release} 
+%description devel
+%{summary}
+ 
+ 
+%prep
+%setup -q -n minimoog-QTweetLib-%{git}
+ 
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+rm -rf %{buildroot}
+
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+ 
+%clean
+rm -rf %{buildroot}
+ 
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files 
+%defattr(-,root,root,-)
+%doc README LICENSE
+%{_libdir}/libQTweetLib.so.0*
+ 
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/libQTweetLib.so
+%{_includedir}/QTweetLib/
+
+
+%changelog
+* Mon Nov 14 2011 Rex Dieter <rdieter at fedoraproject.org> 0.3.0-1
+- 0.3.0
+
+* Thu Jun 02 2011 Rex Dieter <rdieter at fedoraproject.org> 0.0-0.1.20110602
+- first try, 20110602 snapshot
+
diff --git a/sources b/sources
index e69de29..8e3c198 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a37055e7c081049294efb42126933cef  QTweetLib-0.3.0.tar.gz


More information about the scm-commits mailing list