I have made the following changes intended for :
  CE:Adaptation:N950-N9 / parted2

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/4739

Thank You,
marquiz

[This message was auto-generated]

---

Request # 4739:

Messages from BOSS:

State: review at 2012-04-15T15:02:41 by bossbot

Reviews:
       accepted by bossbot : Prechecks succeeded.
       new for CE-maintainers : Please replace this text with a review and 
approve/reject the review (not the SR). BOSS will take care of the rest

Changes:
  submit: home:marquiz:n950 / parted2 -> CE:Adaptation:N950-N9 / parted2
  
changes files:
--------------

++++++ new changes file:
--- parted.changes
+++ parted.changes
@@ -0,0 +1,3 @@
+* Sat Dec 03 2011 Markus Lehtonen <[email protected]> - 2.4
+- Packaged v2.4
+

new:
----
  parted-2.4.tar.gz
  parted.changes
  parted2.spec
  parted2.yaml

spec files:
-----------

++++++ new spec file:
--- parted2.spec
+++ parted2.spec
@@ -0,0 +1,149 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.23
+# 
+# >> macros
+%define _sbindir /sbin
+# << macros
+
+Name:       parted2
+Summary:    The GNU disk partition manipulation program
+Version:    2.4
+Release:    1
+Group:      Applications/System
+License:    GPLv3+
+URL:        http://www.gnu.org/s/parted/
+Source0:    parted-%{version}.tar.gz
+Source100:  parted2.yaml
+Requires(preun): /sbin/install-info
+Requires(post): /sbin/install-info
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+BuildRequires:  pkgconfig(ext2fs)
+BuildRequires:  pkgconfig(uuid)
+BuildRequires:  pkgconfig(ncurses)
+BuildRequires:  readline-devel
+BuildRequires:  libtool
+BuildRequires:  gettext-devel
+BuildRequires:  texinfo
+Conflicts:   parted
+
+
+%description
+The GNU Parted program allows you to create, destroy, resize, move,
+and copy hard disk partitions. Parted can be used for creating space
+for new operating systems, reorganizing disk usage, and copying data
+to new hard disks.
+
+
+
+%package locale
+Summary:    Translations and Locale for package %{name}
+Group:      Translations
+AutoReqProv:    0
+Requires:   %{name} = %{version}-%{release}
+
+%description locale
+This package provides translations for package %{name}.
+
+
+%package docs
+Summary:    Documentation for package %{name}
+Group:      Documentation
+AutoReqProv:    0
+Requires:   %{name} = %{version}-%{release}
+
+%description docs
+This package provides documentation for package %{name}.
+
+
+%package devel
+Summary:    Files for developing apps which will manipulate disk partitions
+Group:      Development/Libraries
+Requires:   %{name} = %{version}-%{release}
+Requires:   pkgconfig
+
+%description devel
+The GNU Parted library is a set of routines for hard disk partition
+manipulation. If you want to develop programs that manipulate disk
+partitions and filesystems using the routines provided by the GNU
+Parted library, you need to install this package.
+
+
+
+%prep
+%setup -q -n parted-%{version}
+
+# >> setup
+# << setup
+
+%build
+# >> build pre
+# << build pre
+
+%configure --disable-static \
+    --disable-device-mapper \
+    --with-readline \
+    --with-libdir=%{_libdir} \
+    --exec-prefix=/usr
+
+make %{?jobs:-j%jobs}
+
+# >> build post
+# << build post
+%install
+rm -rf %{buildroot}
+# >> install pre
+# << install pre
+%make_install
+
+# >> install post
+# Remove components we do not ship
+%{__rm} -rf %{buildroot}%{_infodir}/dir
+%find_lang parted
+# << install post
+
+
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
+
+
+
+
+
+
+
+
+
+%files
+%defattr(-,root,root,-)
+# >> files
+%doc COPYING
+%{_sbindir}/parted
+%{_sbindir}/partprobe
+%{_libdir}/libparted*.so.*
+# << files
+
+
+%files locale -f parted.lang
+%defattr(-,root,root,-)
+# >> files locale
+# << files locale
+
+%files docs -f documentation.list
+%defattr(-,root,root,-)
+# >> files docs
+# << files docs
+
+%files devel
+%defattr(-,root,root,-)
+# >> files devel
+%{_includedir}/parted
+%{_libdir}/libparted.so
+%{_libdir}/pkgconfig/libparted.pc
+# << files devel
+

other changes:
--------------

++++++ parted-2.4.tar.gz (new)

++++++ parted2.yaml (new)
--- parted2.yaml
+++ parted2.yaml
@@ -0,0 +1,65 @@
+Name: parted2
+Summary: The GNU disk partition manipulation program
+Version: 2.4
+Release: 1
+Group: Applications/System
+License: GPLv3+
+URL: http://www.gnu.org/s/parted/
+Sources:
+    - parted-%{version}.tar.gz
+Description: |
+    The GNU Parted program allows you to create, destroy, resize, move,
+    and copy hard disk partitions. Parted can be used for creating space
+    for new operating systems, reorganizing disk usage, and copying data
+    to new hard disks.
+
+Conflicts:
+    - parted
+RequiresPreUn:
+    - /sbin/install-info
+RequiresPost:
+    - /sbin/install-info
+PkgBR:
+    - readline-devel
+    - libtool
+    - gettext-devel
+    - texinfo
+PkgConfigBR:
+    - ext2fs
+    - uuid
+    - ncurses
+Configure: configure
+ConfigOptions:
+    - --disable-device-mapper
+    - --with-readline
+    - --with-libdir=%{_libdir}
+    - --exec-prefix=/usr
+Builder: make
+
+SubPackages:
+    - Name: locale
+      Summary: Translations and Locale for package %{name}
+      Group: Translations
+      NoAutoReqProv: yes
+      Description: |
+          This package provides translations for package %{name}.
+      FilesInput: parted.lang
+
+    - Name: docs
+      Summary: Documentation for package %{name}
+      Group: Documentation
+      NoAutoReqProv: yes
+      Description: |
+          This package provides documentation for package %{name}.
+      FilesInput: documentation.list
+
+    - Name: devel
+      Summary: Files for developing apps which will manipulate disk partitions
+      Group: Development/Libraries
+      Description: |
+          The GNU Parted library is a set of routines for hard disk partition
+          manipulation. If you want to develop programs that manipulate disk
+          partitions and filesystems using the routines provided by the GNU
+          Parted library, you need to install this package.
+      Requires:
+          - pkgconfig



Reply via email to