Skip to content
Snippets Groups Projects
Commit 1624aecb authored by Brian Moe's avatar Brian Moe
Browse files

Packaging

parent 78c5e5b0
No related branches found
No related tags found
No related merge requests found
ligo-common (1.0.1) unstable; urgency=low
* Fix version numbers.
-- Brian Moe <brian.moe@ligo.org> Mon, 19 Dec 2011 14:26:05 -0600
ligo-common (1.0-1) unstable; urgency=low ligo-common (1.0-1) unstable; urgency=low
* Initial release * Initial release
......
%define name ligo-common
%define version 1.0.1
%define unmangled_version 1.0.1
%define release 1
Summary: Empty LIGO modules
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{unmangled_version}.tar.gz
License: GPL
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Prefix: %{_prefix}
BuildArch: noarch
Vendor: Brian Moe <brian.moe@ligo.org>
%description
Empty module placeholder for other LIGO modules
%prep
%setup -n %{name}-%{unmangled_version}
%build
python setup.py build
%install
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
%clean
rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%defattr(-,root,root)
GIT_TAG = "ligo-common-1.0-1" GIT_TAG = "ligo-common-1.0.1"
[bdist_rpm]
release = 1.0
from distutils.core import setup from distutils.core import setup
version = "1.0" version = "1.0.1"
setup( setup(
name = "ligo-common", name = "ligo-common",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment