Navigation Menu

Skip to content

Commit

Permalink
- Update to version 0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Saukko <marko.saukko@jollamobile.com>
  • Loading branch information
Marko Saukko committed Nov 14, 2012
1 parent 5561840 commit 763bfc7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 31 deletions.
Binary file removed libsolv-0.0.0.tar.bz2
Binary file not shown.
Binary file added libsolv-0.1.0.tar.bz2
Binary file not shown.
3 changes: 3 additions & 0 deletions libsolv.changes
@@ -1,3 +1,6 @@
* Thu Sep 06 2012 Marko Saukko <marko.saukko@jollamobile.com> - 0.1.0
- Update to version 0.1.0

* Wed Mar 28 2012 Marko Saukko <sage@merproject.org> - 0.0.0
- Initial packaging based on libsolv-0.0.0-7.1.src.rpm from openSUSE factory.
- Part of MER#76
36 changes: 7 additions & 29 deletions libsolv.spec
@@ -1,15 +1,17 @@
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.23
# Generated by: spectacle version 0.25
#

Name: libsolv

# >> macros
%global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True);")
# << macros

Name: libsolv
Summary: A new approach to package dependency solving
Version: 0.0.0
Release: 3.3.3
Version: 0.1.0
Release: 1
Group: Development/Libraries/C and C++
License: BSD 3-Clause
URL: git://gitorious.org/opensuse/libsolv.git
Expand All @@ -26,11 +28,9 @@ BuildRequires: python-devel
BuildRequires: swig
BuildRequires: cmake


%description
A new approach to package dependency solving.


%package demo
Summary: Applications demoing the libsolv library
Group: System/Management
Expand Down Expand Up @@ -113,6 +113,7 @@ make %{?jobs:-j%jobs}

# >> build post
# << build post

%install
rm -rf %{buildroot}
# >> install pre
Expand All @@ -125,32 +126,10 @@ export NO_BRP_STRIP_DEBUG=true
# << install post



















%post -n libsolv0 -p /sbin/ldconfig

%postun -n libsolv0 -p /sbin/ldconfig






%files demo
%defattr(-,root,root,-)
# >> files demo
Expand Down Expand Up @@ -194,4 +173,3 @@ export NO_BRP_STRIP_DEBUG=true
%exclude %{_bindir}/solv
%{_bindir}/*
# << files tools

4 changes: 2 additions & 2 deletions libsolv.yaml
@@ -1,7 +1,7 @@
Name: libsolv
Summary: A new approach to package dependency solving
Version: 0.0.0
Release: 3.3.3
Version: 0.1.0
Release: 1
Group: Development/Libraries/C and C++
License: BSD 3-Clause
URL: git://gitorious.org/opensuse/libsolv.git
Expand Down

0 comments on commit 763bfc7

Please sign in to comment.